dotConnect for Zoho CRM Documentation
Devart.Data Namespace / SqlShimParameterCollection<T> Class / AddWithValue Method
The name of the parameter.
The Value of the Devart.Data.Zoho.ZohoParameter to add to the collection.

In This Topic
    AddWithValue Method
    In This Topic
    Adds a Devart.Data.Zoho.ZohoParameter to the SqlShimParameterCollection<T> given the parameter name and value.
    Syntax
    'Declaration
     
    Public Function AddWithValue( _
       ByVal parameterName As String, _
       ByVal value As Object _
    ) As T
    public T AddWithValue( 
       string parameterName,
       object value
    )

    Parameters

    parameterName
    The name of the parameter.
    value
    The Value of the Devart.Data.Zoho.ZohoParameter to add to the collection.

    Return Value

    See Also